diff options
| author | Simon Glass <[email protected]> | 2020-08-11 11:23:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-08-23 13:43:10 -0400 |
| commit | 7e15638d609182b651480b1054b60bf40bd0c6fd (patch) | |
| tree | 6e700986ec91c221412a61d7be341d88a9be9534 /include | |
| parent | 35bd70c5107f0cfa610b5c7074a7ee2a60d5d82f (diff) | |
Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_DEVICE_NULLDEV
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/M5249EVB.h | 2 | ||||
| -rw-r--r-- | include/configs/colibri_pxa270.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/M5249EVB.h b/include/configs/M5249EVB.h index de7132940c1..1a1a1107654 100644 --- a/include/configs/M5249EVB.h +++ b/include/configs/M5249EVB.h @@ -31,8 +31,6 @@ */ #undef CONFIG_BOOTP_BOOTFILESIZE -#define CONFIG_SYS_DEVICE_NULLDEV 1 /* include nulldev device */ - #define CONFIG_SYS_LOAD_ADDR 0x200000 /* default load address */ /* diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h index 4686b8946e3..3dedcdaad28 100644 --- a/include/configs/colibri_pxa270.h +++ b/include/configs/colibri_pxa270.h @@ -69,8 +69,6 @@ #define CONFIG_BOOTP_BOOTFILESIZE #endif -#define CONFIG_SYS_DEVICE_NULLDEV 1 - /* * Clock Configuration */ |
