diff options
author | Marek Vasut <marex@denx.de> | 2020-03-25 19:08:59 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2020-05-22 19:46:45 +0200 |
commit | df4c4834fc008315bce2f978220ecc9da2e3862c (patch) | |
tree | 2017538e5807e8cac59d32f2899d2d0ac888983d /include | |
parent | 1d476de7c8fbb93aab95dd5b522488ca4bfdc5a0 (diff) | |
download | u-boot-df4c4834fc008315bce2f978220ecc9da2e3862c.tar.gz u-boot-df4c4834fc008315bce2f978220ecc9da2e3862c.tar.xz u-boot-df4c4834fc008315bce2f978220ecc9da2e3862c.zip |
net: ks8851: Add Kconfig entries
Convert CONFIG_KS8851_MLL and CONFIG_KS8851_MLL_BASEADDR to Kconfig
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/at91sam9n12ek.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h index 7ee569521e..706217fef9 100644 --- a/include/configs/at91sam9n12ek.h +++ b/include/configs/at91sam9n12ek.h @@ -63,9 +63,6 @@ "bootargs_mmc=root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait\0" /* Ethernet */ -#define CONFIG_KS8851_MLL -#define CONFIG_KS8851_MLL_BASEADDR 0x30000000 /* use NCS2 */ - #define CONFIG_SYS_LOAD_ADDR 0x22000000 /* load address */ /* USB host */ |