diff options
author | Jagan Teki | 2015-06-29 14:16:30 +0530 |
---|---|---|
committer | Jagan Teki | 2015-07-01 21:15:03 +0530 |
commit | 55c4c44d411c17ba4ea3e16b9ff0b9721ea0d2cc (patch) | |
tree | 98c225f2c7f8ad2b6268a374d78486a83aff9969 /configs | |
parent | df30a425bbec7b849959f7dc7386e6db798dead6 (diff) |
defconfig: Add CONFIG_OF_CONTROL in zynq_picozed
Enable FDT support for zynq_picozed board.
Signed-off-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/zynq_picozed_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_picozed_defconfig b/configs/zynq_picozed_defconfig index af77a9d9d34..76a76e05408 100644 --- a/configs/zynq_picozed_defconfig +++ b/configs/zynq_picozed_defconfig @@ -6,3 +6,4 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set +CONFIG_OF_CONTROL=y |