diff options
| author | Thomas Chou <[email protected]> | 2015-10-21 21:34:57 +0800 |
|---|---|---|
| committer | Thomas Chou <[email protected]> | 2015-10-23 07:37:03 +0800 |
| commit | bcae80e9551bc0ba2d67e78bda57b9283b4bab12 (patch) | |
| tree | 200069cf225f838daaaaf8d5cb0958d5a0b164b5 /configs | |
| parent | 88d5ecf4b9c0d5a3bff5d6d98ab7383a550a57db (diff) | |
nios2: convert nios2 cpu to driver model
Convert nios2 cpu to driver model. The cpu parameters are
extracted from device tree and saved to global data structure.
We will use them to replace the custom_fpga.h .
Signed-off-by: Thomas Chou <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/nios2-generic_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig index ad7227265ae..707ee3363fb 100644 --- a/configs/nios2-generic_defconfig +++ b/configs/nios2-generic_defconfig @@ -4,6 +4,7 @@ CONFIG_DM_GPIO=y CONFIG_TARGET_NIOS2_GENERIC=y CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard" CONFIG_HUSH_PARSER=y +CONFIG_CMD_CPU=y # CONFIG_CMD_BOOTD is not set # CONFIG_CMD_IMLS is not set # CONFIG_CMD_XIMG is not set @@ -13,9 +14,7 @@ CONFIG_HUSH_PARSER=y CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set CONFIG_CMD_PING=y -CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y -CONFIG_DM=y CONFIG_ALTERA_PIO=y CONFIG_ALTERA_JTAG_UART=y CONFIG_ALTERA_JTAG_UART_BYPASS=y |
