diff options
| author | Marek Vasut <[email protected]> | 2017-09-12 19:08:22 +0200 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 2017-09-24 14:12:07 +0900 |
| commit | 7208d903ebe1e9c7633e9993117fb6c6e31c21a7 (patch) | |
| tree | a35b9f4c7f2ae1441be10708073bbb3f7bdf026b /include | |
| parent | e8f86f2bac3291ad5d25ed71a86eb65c61033be5 (diff) | |
ARM: rmobile: Move CONFIG_CMD_ from rcar-gen3-common to configs
Just move those config options from macros to configs.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rcar-gen3-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index 49b1b5ade43..745291a971f 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -12,10 +12,6 @@ #include <asm/arch/rmobile.h> -#define CONFIG_CMD_EXT2 -#define CONFIG_CMD_EXT4 -#define CONFIG_CMD_EXT4_WRITE - #define CONFIG_REMAKE_ELF /* boot option */ |
