diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2020-09-22 13:06:49 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-09-26 17:25:43 +0200 |
commit | 5157b011da9c1090b163c0899fb1e4e6689dd992 (patch) | |
tree | 62ea1ddd4afed74070f3e19e9b8c62c2ae1de900 /configs | |
parent | e6c8e763e973345934244ae470c0fe1862cce8a2 (diff) | |
download | u-boot-5157b011da9c1090b163c0899fb1e4e6689dd992.tar.gz |
arm: rmobile: Use imply for BOARD_EARLY_INIT_F
Use "imply" instead of "select" for BOARD_EARLY_INIT_F config option,
and then disable it on boards which don't need it.
Updated grpeach_defconfig to disable CONFIG_BOARD_EARLY_INIT_F option for
RZA1.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/grpeach_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/grpeach_defconfig b/configs/grpeach_defconfig index fb5a7b001bf..8b08b774ba1 100644 --- a/configs/grpeach_defconfig +++ b/configs/grpeach_defconfig @@ -12,6 +12,7 @@ CONFIG_DEFAULT_DEVICE_TREE="r7s72100-gr-peach-u-boot" CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="ignore_loglevel" +# CONFIG_BOARD_EARLY_INIT_F is not set # CONFIG_DISPLAY_CPUINFO is not set CONFIG_HUSH_PARSER=y # CONFIG_CMD_ELF is not set |