diff options
| author | Ovidiu Panait <[email protected]> | 2021-11-30 18:33:54 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-01-05 10:22:03 +0100 |
| commit | 83b175be16893c25509f6d2959f1b457101fbcf9 (patch) | |
| tree | f2081cef5b71c128a5d8b739034c6fef6c703a24 /include | |
| parent | 70c68712ef0b6b6433cf48ac3f561b5896388554 (diff) | |
microblaze: migrate CONFIG_SYS_USR_EXCEP to Kconfig
Migrate CONFIG_SYS_USR_EXCEP to Kconfig. Also, rename it to
XILINX_MICROBLAZE0_USR_EXCEP in order to match the naming convention of
microblaze-generic Kconfig options.
Signed-off-by: Ovidiu Panait <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/microblaze-generic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 975580e4d4e..28f67e30d5d 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -54,8 +54,6 @@ #define CONFIG_HOSTNAME "microblaze-generic" /* architecture dependent code */ -#define CONFIG_SYS_USR_EXCEP /* user exception */ - #if defined(CONFIG_CMD_PXE) && defined(CONFIG_CMD_DHCP) #define BOOT_TARGET_DEVICES_PXE(func) func(PXE, pxe, na) #else |
