summaryrefslogtreecommitdiffstats
path: root/include/configs/bk4r1.h
Commit message (Collapse)AuthorAgeFilesLines
* config: bk4: Update u-boot envs to support NOR memories initial setupLukasz Majewski2019-04-131-0/+18
| | | | Signed-off-by: Lukasz Majewski <lukma@denx.de>
* config: bk4: Update u-boot script to support recovery via SD cardLukasz Majewski2019-04-131-0/+31
| | | | Signed-off-by: Lukasz Majewski <lukma@denx.de>
* config: bk4: Update include/configs/bk4r1.h fileLukasz Majewski2019-04-131-8/+206
| | | | | | | The BK4's config file has changed since its initial posting to main line. This commit reflects those changes. Signed-off-by: Lukasz Majewski <lukma@denx.de>
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
| | | | | | | | | | | | | | | | | | | | When U-Boot started using SPDX tags we were among the early adopters and there weren't a lot of other examples to borrow from. So we picked the area of the file that usually had a full license text and replaced it with an appropriate SPDX-License-Identifier: entry. Since then, the Linux Kernel has adopted SPDX tags and they place it as the very first line in a file (except where shebangs are used, then it's second line) and with slightly different comment styles than us. In part due to community overlap, in part due to better tag visibility and in part for other minor reasons, switch over to that style. This commit changes all instances where we have a single declared license in the tag as both the before and after are identical in tag contents. There's also a few places where I found we did not have a tag and have introduced one. Signed-off-by: Tom Rini <trini@konsulko.com>
* Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULTTom Rini2017-11-051-8/+0
| | | | | | | | | | We move all instances of CONFIG_MTDIDS_DEFAULT and CONFIG_MTDPARTS_DEFAULT from the header files to the defconfig files. There's a few cases here where we need to expand upon what was in the header file. Tested-by: Adam Ford <aford173@gmail.com> #omap3_logic Signed-off-by: Tom Rini <trini@konsulko.com>
* pcm052: add new BK4r1 target based on PCM052 SoMAlbert ARIBAUD \(3ADEV\)2016-10-061-0/+33
Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>