diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-01-09 17:41:37 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-01-30 14:28:45 +0100 |
commit | 83144cd3362376fdf0430a91e14f36aa4ee1472b (patch) | |
tree | 770c5351c58392f73adff76edd801ca2b40154bd /include/configs/zynq_cse.h | |
parent | 93561a327bb87ac0d3cc61934a8c2150a3cb205f (diff) | |
download | u-boot-83144cd3362376fdf0430a91e14f36aa4ee1472b.tar.gz |
arm: zynq: Move bootcommand to defconfig
It will cleanup generic config and enable option to change it for every
board.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq_cse.h')
-rw-r--r-- | include/configs/zynq_cse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h index dd65b52343..f0f19a67bf 100644 --- a/include/configs/zynq_cse.h +++ b/include/configs/zynq_cse.h @@ -19,7 +19,6 @@ /* Undef unneeded configs */ #undef CONFIG_EXTRA_ENV_SETTINGS #undef CONFIG_BOARD_LATE_INIT -#undef CONFIG_BOOTCOMMAND #undef CONFIG_ENV_SIZE #undef CONFIG_CMDLINE_EDITING #undef CONFIG_AUTO_COMPLETE |