Revert "misc: SRAM: Add option to map SRAM to allow code execution"

This reverts commit 6e701bfc17.

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I22c9babebd361c5858251a08c97c79c02df42397
This commit is contained in:
Tao Huang
2021-08-10 10:46:20 +08:00
parent d33c886589
commit a3ffb6b6e8

View File

@@ -1,9 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_SRAM_H
#define _LINUX_SRAM_H
struct sram_platform_data {
bool map_exec;
};
#endif